type os.dirFS
7 uses
os (current package)
file.go#L622: return dirFS(dir)
file.go#L637: type dirFS string
file.go#L639: func (dir dirFS) Open(name string) (fs.File, error) {
file.go#L660: func (dir dirFS) ReadFile(name string) ([]byte, error) {
file.go#L670: func (dir dirFS) ReadDir(name string) ([]DirEntry, error) {
file.go#L678: func (dir dirFS) Stat(name string) (fs.FileInfo, error) {
file.go#L693: func (dir dirFS) join(name string) (string, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |